home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 38 / PC Gamer IT CD 38 1-2.iso / HG2DEMO / hg2demo.exe / data / Shell / ldl / splashsn.ldl < prev    next >
Text File  |  1998-10-09  |  826b  |  53 lines

  1. #        SPLASH SCREEN 
  2. #        "splashsn.ldl"
  3.  
  4. #########################################
  5.  
  6. template splash_button:MAIN_BUTTON_IMAGES {
  7.     int    xpix    0
  8.     int    ypix    0
  9.     string    just    "center"
  10. }
  11.  
  12.  
  13. #########################################
  14.  
  15. splash_single_player {
  16.     int    xpix    389
  17.     int    ypix    196
  18.     int    widthpix    176
  19.     int    heightpix 52
  20.     enter : splash_button:mainmenu.single {
  21.     }
  22. }
  23.  
  24. splash_multi_player {
  25.     int    xpix    389
  26.     int    ypix    246
  27.     int    widthpix    176
  28.     int    heightpix 52
  29.     enter : splash_button:mainmenu.multi {
  30.     }
  31. }
  32.  
  33. splash_instant_action {
  34.     int    xpix    389
  35.     int    ypix    296
  36.     int    widthpix    176
  37.     int    heightpix 52
  38.     enter : splash_button:mainmenu.instant  {    
  39.         bool    enabled    false
  40.     }
  41. }
  42.  
  43. splash_options {
  44.     int    xpix    389
  45.     int    ypix    346
  46.     int    widthpix    176
  47.     int    heightpix 52
  48.     escape : splash_button:mainmenu.options {
  49.     }
  50. }
  51.  
  52. $
  53.